home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global skip, men, movie
- if movie = 47 then
- set men to 0
- end if
- repeat with q = 5 to 11
- puppetSprite(q, 0)
- end repeat
- puppetTempo(120)
- unloadMember(movie)
- puppetSprite(1, 0)
- cursor(200)
- set the cursor of sprite 5 to 200
- set the cursor of sprite 6 to 200
- set the cursor of sprite 7 to 200
- set the cursor of sprite 8 to 200
- set the cursor of sprite 9 to 200
- set the cursor of sprite 10 to 200
- set the cursor of sprite 11 to 200
- if men = 0 then
- go(1)
- else
- set the colorDepth to 8
- go(2)
- end if
- end
-